<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
*{ margin:0; padding:0; list-style:none;}
.navbox{ width:1100px; height:76px; line-height:32px; background:#1f1e1e; margin:0 auto;padding-top: 44px;}
.navbox a{ height:76px; line-height:32px; color:#fff; text-decoration:none;  display:block; float:left;margin: 0px 18px;}
.navbox a:hover{ text-decoration:none; border-bottom: solid 5px #fbb63e;}
.navbox a.thisclass{text-decoration:none;border-bottom: solid 5px #fbb63e;}</pre></body></html>